FontSizes

data class FontSizes(standard: Int?, fixed: Int?)

Default font sizes.

Constructors

FontSizes
Link copied to clipboard
fun FontSizes(standard: Int? = null, fixed: Int? = null)

Properties

fixed
Link copied to clipboard
val fixed: Int? = null
Default fixed font size.
standard
Link copied to clipboard
val standard: Int? = null
Default standard font size.

Sources

jvm source
Link copied to clipboard